home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / SOUND.SWG / 0002_AIFF.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  866b  |  29 lines

  1. --------S-AIFF-MG---------------------------
  2.  
  3. The  Audio  Interchangeable  File Format  files  are digital audio files
  4. stored  in  the  IFF format; the samples  are  stored in signed PCM. The
  5. header block is [AIFF], different subblocks are :
  6.  
  7. [AUTH]
  8. The authors information; optional
  9.  
  10. [COMM]
  11. This record stores information about the sampled data :
  12.  
  13. OFFSET              Count TYPE   Description
  14. 0000h                   1 word   ??? number of channels ???
  15.                                  ??? number of instrument samples ???
  16. 0002h                   1 dword  Sample length
  17. 0006h                   1 dword  lower frequency
  18. 000Ah                   1 dword  maximum frequency
  19. 000Dh                   1 dword  ???
  20. [MARK]
  21. [NAME]
  22. The name of the instrument / sample
  23. [SSND]
  24. The stored sample data.
  25.  
  26. Further information wanted.
  27. EXTENSION:AIF,IFF
  28.  
  29.